Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@prisma/client (source) 6.16.2 -> 6.16.3 age confidence dependencies patch 6.17.1 (+1)
@prisma/client (source) 6.16.2 -> 6.16.3 age confidence devDependencies patch 6.17.1 (+1)
@types/node (source) 22.18.6 -> 22.18.8 age confidence devDependencies patch 22.18.10 (+1)
docker.io/node 22.19.0-bookworm-slim -> 22.20.0-bookworm-slim age confidence final minor
docker.io/redis 8.2.1-bookworm -> 8.2.2-bookworm age confidence patch
eslint (source) 9.36.0 -> 9.37.0 age confidence devDependencies minor
fastify-plugin 5.0.1 -> 5.1.0 age confidence dependencies minor
prisma (source) 6.16.2 -> 6.16.3 age confidence devDependencies patch 6.17.1 (+1)
typescript (source) 5.9.2 -> 5.9.3 age confidence devDependencies patch
typescript-eslint (source) 8.44.1 -> 8.45.0 age confidence devDependencies minor 8.46.0

Release Notes

prisma/prisma (@​prisma/client)

v6.16.3

Compare Source

Today, we are issuing a 6.16.3 patch release focused on bug fixes.

🛠 Fixes
  • Prisma Client (prisma-client generator): fixed missing JSON null type definitions (JsonNull, DbNull, AnyNull) in the browser.ts entrypoint. (#​28186)

  • Prisma Migrate: don't add the default schema (namespace) to the generated migrations unless it was specified explicitly in the schema file. This restores the pre-6.13.0 behaviour that was inadvertently changed with enabling multi-schema support by default. Users who rely on database schemas for multi-tenancy can now again use the same migration files for all of their schemas. (prisma/prisma-engines#5614)

  • Prisma Client: enabled negative take with findFirst again. (prisma/prisma-engines#5616 — contributed by @​jay-l-e-e)

  • Prisma Accelerate: aligned the behaviour of the new Rust-free client with Query Engine to handle self-signed certificates consistently and ensure backward compatibility. (#​28134)

  • @prisma/adapter-mariadb: fixed error event listeners leak. (#​28177 — contributed by @​Tiaansu)

⚠️ Known Limitation: JSON null types in browser builds

The fix introduces the missing types, but the singleton instances differ between the client and browser entrypoints of the generated client. This means that values like Prisma.JsonNull imported from browser cannot yet be assigned to fields expected from the client entrypoint, and vice versa. This results in confusing TypeScript errors if you mix them. A follow-up improvement is planned to unify these utility types across entrypoints.

eslint/eslint (eslint)

v9.37.0

Compare Source

fastify/fastify-plugin (fastify-plugin)

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-plugin@v5.0.1...v5.1.0

microsoft/TypeScript (typescript)

v5.9.3

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.45.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - "on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from xuhdev as a code owner October 5, 2025 17:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b82f56d to a9012d9 Compare October 6, 2025 17:11
@renovate renovate bot changed the title fix(deps): update dependency fastify-plugin to v5.1.0 fix(deps): update all non-major dependencies Oct 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from e1addc5 to b773d3b Compare October 10, 2025 20:47
@xuhdev xuhdev enabled auto-merge (squash) October 12, 2025 08:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b773d3b to 77aa8e0 Compare October 12, 2025 08:14
@xuhdev xuhdev merged commit 1885f51 into master Oct 12, 2025
9 checks passed
@xuhdev xuhdev deleted the renovate/all-minor-patch branch October 12, 2025 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant